home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 14 / Hot Mix 14.iso / .all / bin / MoviePlayer_5.3 (.txt) < prev    next >
Text File  |  1996-07-26  |  4KB  |  121 lines

  1. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2. !
  3. !  File:    MoviePlayer
  4. !  Purpose: Application Default resources for "movieplayer
  5. !
  6. !  $Id: MoviePlayer,v 1.28 1995/01/12 08:34:06 wiltse Exp $
  7. !
  8. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  9.  
  10. *sgiMode:                true
  11. *useSchemes:                all
  12. !*scheme:                Base
  13. *keyboardFocusPolicy:            pointer
  14.  
  15. ! these need to be here to override stuff in the 
  16. ! sgi schemes (don't use a XmMainWindow next time)
  17. MoviePlayer*XmMainWindow.scrolledWindowMarginWidth: 0
  18. MoviePlayer*XmMainWindow.scrolledWindowMarginHeight:0
  19. MoviePlayer*XmMainWindow.shadowThickness: 0
  20.  
  21.  
  22. ! lets the help server pop up a useful message if someone tries to
  23. ! access help and doesn't have the correct book installed.
  24. *helpSubSys:    dmedia_tools.books.MediaTls_UG
  25. *helpTitle:     Movie Player
  26.  
  27. ! Font override for small button panel fonts
  28. MoviePlayer*XmForm*XmPushButton*fontList: -*-helvetica-medium-r-normal-*-10-*-*-*-*-*-iso8859-1
  29.  
  30. ! file menu
  31.  
  32. *fileMenu.labelString:            File
  33. *fileMenu*mnemonic:            F
  34. *fileOpenMenu.labelString:        Open
  35. *fileOpenMenu.mnemonic:            O
  36. *fileOpenMenu.acceleratorText:        Ctrl+o
  37. *fileOpenMenu.accelerator:        Ctrl<Key>o
  38. *fileQuitMenu.labelString:        Quit
  39. *fileQuitMenu.mnemonic:            Q
  40. *fileQuitMenu.acceleratorText:        Ctrl+q
  41. *fileQuitMenu.accelerator:        Ctrl<Key>q
  42.  
  43. ! options menu
  44.  
  45. *optionsMenu.labelString:        Options
  46. *optionsMenu.mnemonic:            O
  47. *optionsCopyMenu.labelString:        Copy
  48. *optionsCopyMenu.mnemonic:        C
  49. *optionsCopyMenu.acceleratorText:    Ctrl+c
  50. *optionsCopyMenu.accelerator:        Ctrl<Key>c
  51. *optionsPromoteMenu.labelString:    Promote
  52. *optionsPromoteMenu.mnemonic:        P
  53. *optionsPromoteMenu.acceleratorText:    Alt+Insert
  54. *optionsPromoteMenu.accelerator:    Alt<Key>Insert
  55. *optionsMuteMenu.labelString:        Mute
  56. *optionsMuteMenu.mnemonic:        M
  57. *optionsPlayEveryFrameMenu.labelString:    Play Every Frame
  58. *optionsPlayEveryFrameMenu.mnemonic:    E
  59. *optionsAudioMenu.labelString:        Audio Control
  60. *optionsAudioMenu.mnemonic:        A
  61. *optionsPlayOnceMenu.labelString:    Play Once
  62. *optionsPlayOnceMenu.mnemonic:        O
  63. *optionsLoopMenu.labelString:        Loop
  64. *optionsLoopMenu.mnemonic:        L
  65. *optionsSwingMenu.labelString:        Swing
  66. *optionsSwingMenu.mnemonic:        S
  67. *optionsHalfSpeedMenu.labelString:    Half Speed
  68. *optionsHalfSpeedMenu.mnemonic:        H
  69. *optionsNormalSpeedMenu.labelString:    Normal Speed
  70. *optionsNormalSpeedMenu.mnemonic:    N
  71. *optionsDoubleSpeedMenu.labelString:    Twice Speed
  72. *optionsDoubleSpeedMenu.mnemonic:    T
  73. *optionsZoomDownMenu.labelString:    Zoom Down
  74. *optionsZoomDownMenu.mnemonic:        D
  75. *optionsZoomDownMenu.acceleratorText:    Ctrl+d
  76. *optionsZoomDownMenu.accelerator:    Ctrl<Key>d
  77. *optionsZoomUpMenu.labelString:        Zoom Up
  78. *optionsZoomUpMenu.mnemonic:        U
  79. *optionsZoomUpMenu.acceleratorText:    Ctrl+z
  80. *optionsZoomUpMenu.accelerator:        Ctrl<Key>z
  81.  
  82. ! help Menu
  83.  
  84. *helpMenu.labelString:            Help
  85. *helpMenu.mnemonic:            H
  86. *aboutMenu.labelString:            Overview
  87. *aboutMenu.mnemonic:            O
  88. *watchingMenu.labelString:        Watching Movies
  89. *watchingMenu.mnemonic:            W
  90. *adjustvolMenu.labelString:        Adjusting the Volume
  91. *adjustvolMenu.mnemonic:        A
  92. *aboutCopyMenu.labelString:        Copying Selected Frames & Audio
  93. *aboutCopyMenu.mnemonic:        C
  94. *aboutCommandsMenu.labelString:        About Movie Player's Menus
  95. *aboutCommandsMenu.mnemonic:        M
  96. *runningMenu.labelString:        Running with Command Line Options
  97. *runningMenu.mnemonic:            R
  98. *versionMenu.labelString:        Version Information
  99. *versionMenu.mnemonic:            V
  100.  
  101. ! Other strings
  102.  
  103. *frameMainWindow:            Frame
  104. *timeMainWindow:            Min:Sec:Frm
  105.  
  106. ! Dialog Messages
  107.  
  108. *busyMsg:                Please Wait...
  109. *versionStr:                IRIS Movie Player Version 2.1.\n\nCopyright (c)1992-1994 Silicon Graphics, Inc.\n\nALL RIGHTS RESERVED.
  110.  
  111. ! Error messages
  112.  
  113. *notMovieFile:                The file \"%s\" is not a playable movie file.
  114. *noMovieErr:                There is no current movie.\nOpen a movie using the File/Open menu before using this command.
  115. *noMovieDataErr:            %s is a movie file, but does not contain any video data.
  116. *mpegUnsupportedErr:            %s is an MPEG movie file.  It is not supported.
  117. *fileErr:                Could not open the file:%s.
  118. *viewOnlyErr:                Cannot select viewonly mode without a valid movie file specified on the command line.\nIgnoring \"-v\" option
  119. *zoomDownErr:                Already at zoom size 1.\nCannot zoom below that.
  120. *zoomUpErr:                Already at zoom size 4.\nCannot zoom above that.
  121.